Xbasic

{INCLUDE}

Syntax

{INCLUDE= Help_Topic_Name }

Arguments

Help_Topic_Name

Character. The name of the topic in the help file.

Description

The {INCLUDE} function allows you to call Help_Topic_Name when the name of the help file has been dynamically calculated within the Xdialog.

Example

The first command of a script defines the variable help_file_name :

dim help_file_name as C
help_file_name = a5.Get_Path()+"\learningXdialog.hlp"

Assuming that the help_file_name variable is c:\A5\learningXdialog.hlp, then the command:

{include=field_1_help}

is equivalent to the command:

{help=c:\A5\learningXdialog.hlp:field_1_help}

Limitations

Desktop applications only

See Also